home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 65 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  593 b 

  1. Date: Wed, 27 Jan 93 15:48:19 -0800
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9301272348.AA13521@netcom.netcom.com>
  4. To: entropy@terminator.rs.itd.umich.edu, julian@GINA.UNI-MUENSTER.DE
  5. Subject: Re:  utime()
  6.  
  7. Adding new Fcntl's to file systems doesn't require any kernel changes,
  8. since the kernel will pass Fcntl opcodes that it doesn't understand
  9. on to the file system. (Of course, getting the default file systems
  10. to understand the Fcntl will require kernel changes; but that can be
  11. handled in the library by having the library do an Fdatime() if the
  12. Fcntl fails.)
  13.  
  14. Regards,
  15. Eric
  16.